Skip to content

[ci] release (alpha)#16460

Merged
ematipico merged 1 commit into
nextfrom
changeset-release/next
Apr 30, 2026
Merged

[ci] release (alpha)#16460
ematipico merged 1 commit into
nextfrom
changeset-release/next

Conversation

@astrobot-houston
Copy link
Copy Markdown
Contributor

@astrobot-houston astrobot-houston commented Apr 23, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to next, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

next is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on next.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

astro@7.0.0-alpha.0

Major Changes

  • #15819 cafec4e Thanks @delucis! - Upgrade to Vite v8

  • #16462 c30a778 Thanks @Princesseuh! - Replaces the Go compiler with a Rust-based version.

    The Rust-based Astro compiler (@astrojs/compiler-rs) is now the default compiler. This new compiler is faster and more reliable, leading to faster build times and iteration cycles during development.

    This new compiler is more strict regarding invalid syntax. For example, unclosed HTML tags will now throw an error instead of being ignored. It also does not attempt to correct semantically invalid HTML anymore, instead leaving it to the browser to handle, similar to other tools or document.write() in JavaScript.

    The previous Go-based compiler has been removed, along with the experimental.rustCompiler flag used to opt into the Rust compiler. If you were setting experimental.rustCompiler in your astro.config.mjs, you can now remove it. No other action is required.

Patch Changes

  • #15819 cafec4e Thanks @delucis! - Fixes --port flag being ignored after a Vite-triggered server restart (e.g. when a .env file changes)

  • #16434 ee079d4 Thanks @ematipico! - Fixes an issue where i18n domains would return 404 when trailingSlash is set to never.

@astrojs/db@1.0.0-alpha.0

Major Changes

@astrojs/alpinejs@1.0.0-alpha.0

Major Changes

@astrojs/cloudflare@14.0.0-alpha.0

Major Changes

Patch Changes

@astrojs/markdoc@2.0.0-alpha.0

Major Changes

Patch Changes

@astrojs/mdx@6.0.0-alpha.0

Major Changes

Patch Changes

@astrojs/netlify@8.0.0-alpha.0

Major Changes

Patch Changes

@astrojs/preact@6.0.0-alpha.0

Major Changes

@astrojs/react@6.0.0-alpha.0

Major Changes

@astrojs/solid-js@7.0.0-alpha.0

Major Changes

@astrojs/svelte@9.0.0-alpha.0

Major Changes

Patch Changes

@astrojs/vercel@11.0.0-alpha.0

Major Changes

Patch Changes

@astrojs/vue@7.0.0-alpha.0

Major Changes

Patch Changes

@astrojs/node@11.0.0-alpha.0

Patch Changes

@github-actions github-actions Bot added pkg: svelte Related to Svelte (scope) pkg: vue Related to Vue (scope) pkg: example Related to an example package (scope) pkg: react Related to React (scope) pkg: preact Related to Preact (scope) pkg: solid Related to Solid (scope) pkg: integration Related to any renderer integration (scope) pkg: astro Related to the core `astro` package (scope) labels Apr 23, 2026
@github-actions github-actions Bot force-pushed the changeset-release/next branch from c69a767 to 065b9c0 Compare April 27, 2026 08:38
@ematipico ematipico added this to the 6.2 milestone Apr 27, 2026
@github-actions github-actions Bot force-pushed the changeset-release/next branch 2 times, most recently from e089209 to 3ad1fa7 Compare April 29, 2026 12:01
@github-actions github-actions Bot force-pushed the changeset-release/next branch from 3ad1fa7 to 8b6df03 Compare April 30, 2026 14:53
@ematipico ematipico merged commit 20d796c into next Apr 30, 2026
@ematipico ematipico deleted the changeset-release/next branch April 30, 2026 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pkg: astro Related to the core `astro` package (scope) pkg: example Related to an example package (scope) pkg: integration Related to any renderer integration (scope) pkg: preact Related to Preact (scope) pkg: react Related to React (scope) pkg: solid Related to Solid (scope) pkg: svelte Related to Svelte (scope) pkg: vue Related to Vue (scope)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants